Call SOAP method after choosing: SOAP Pass-through

Not applicable

Hi community

I have a SOAP method which is now in APIGEE using option: SOAP Pass-through


I'm trying to call one of many soap methods but it is not working, as a URL using the one provided by apigee, the input passed as POST, issue or doubt is about soap action, I used to call the one provided by SOAP UI for example, which is the URL + the method name, in the case of Apigee I just can see a name like a REST name, even after using that single like REST name is not working, I got an: java.io.IOException

Any clue about that?



thanks in advance for your support.

0 2 270
2 REPLIES 2

I'm having trouble understanding the problem.

I think you are using SOAP passthrough.

I think there is some problem, maybe Java.io.IOException.

But where do you see that exception, and under what circumstances?

Let's try to simplify the problem. Simplify it for me. Break it down to the most simple case. Let's explore it that way.

Not applicable

Thanks for your response Dino, thing is that xsd were missing, after downloading to the same directory the ones needed now I'm able to request any method using Apigee WSDL.