cancel
Showing results for 
Search instead for 
Did you mean: 

Web service Test

Former Member
0 Kudos

Hi

I am testing the web service which I have developed from the Sender agreement in PI 7.1 version by using the xml SPY

I received the error as HTTP error Could not POST file

Here is the parameters, please give an idea if i need to change any parameters below (&amp)

http://nent50:50100/XISOAPAdapter/MessageServlet?senderParty=&senderService=RMP&receiverPart...; xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/>

Thanks

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

thanks

former_member206760
Active Contributor
0 Kudos

In addition to what divya said..

also chk the sender SOAP adapter ..proper namespce and outbound interface name should be specified there...also QoS should be EO

Thnaks

Former Member
0 Kudos

yes the url should be one provided by Divya and then regenerate your WSDL file and test

Rajesh

former_member307485
Active Participant
0 Kudos

Hi,

The URL to send content from remote clients or Web service servers to the Integration Server/PCK.

http://host:port/XISOAPAdapter/MessageServlet?channel=party:service:channel

Under party:service:channel enter the party name, the service name, and the name of the communication channel. If no party has been created, enter the following: channel=:service:channel

REgards,

Divya