cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1283
Views
0
Helpful
0
Replies

WSDL issues with PAWS

Joseph Jacobs
Level 4
Level 4

I'm reading the developer guide for PAWS.

My first issue was trying to get the getAPIVersion call to work.  I'm using SOAPUI.

I imported the WSDL into SOAPUI, based on the WSDL content... towards the bottom

<wsdl:service name="APIVersionService">

<wsdl:port name="APIVersionServiceHttpsSoap11Endpoint" binding="ns:APIVersionServiceSoap11Binding">

</wsdl:port>

<wsdl:port name="APIVersionServiceHttpsSoap12Endpoint" binding="ns:APIVersionServiceSoap12Binding">

</wsdl:port>

<wsdl:port name="APIVersionServiceHttpsEndpoint" binding="ns:APIVersionServiceHttpBinding">

</wsdl:port>

</wsdl:service>



It imports the address when i create a new sample request with the following URL:

(This is a UC9 system)

http://139.126.117.5:8080/platform-services/services/APIVersionService.APIVersionServiceHttpSoap11Endpoint/

(This is a UC10 system)

https://139.126.117.108:8080/platform-services/services/APIVersionService.APIVersionServiceHttpsSoap11Endpoint/

This URL does not work...I have to modify the header URL to be as follows to get the request / response to work.

https://139.126.117.5/platform-services/services/APIVersionService.APIVersionServiceHttpSoap11Endpoint/

Once i make that change (remove :8080 and add for UC9, add the s) the request/response works and I get a value of 5.0.1.0

Is this an error in the WSDL's, an issue with the way SOAPUI interprets the WSDL's, or just my lack of experience with dealing with SOAP and WSDL's?

If it is a WSDL issue, who should I talk with to get it fixed?

Thanks,

Joe

0 Replies 0
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: