Getting "BAD REQUEST" error - SOAP Service Wizard

Hi,

I am trying to create a Pass-Through SOAP proxy using the edge wizard with the attached wsdl file.. But in the final step of creating proxy I am getting "BAD REQUEST" error and the proxy is not getting created..

Quick help is greatly appreciated

Anoop

Solved Solved
0 2 376
1 ACCEPTED SOLUTION

Sorry for your trouble, Yes, you're right, Apigee WSDL wizard generates an error message... too generic to be useful. It processes only valid wsdl. Duh...

The workaround is to download a jar file from https://github.com/apigee/wsdl2apigee and run the java -jar command, which effectively execute same code as WSDL Wizard. Luckily, this one is more talkative and will return an error cause.

View solution in original post

2 REPLIES 2

Sorry for your trouble, Yes, you're right, Apigee WSDL wizard generates an error message... too generic to be useful. It processes only valid wsdl. Duh...

The workaround is to download a jar file from https://github.com/apigee/wsdl2apigee and run the java -jar command, which effectively execute same code as WSDL Wizard. Luckily, this one is more talkative and will return an error cause.

Thanks ylesyuk.. Used the wsdl2apigee tool as mentioned and it created the proxy successfully using the same wsdl file.. Thanks for the help extended..