Need immediate help on Web services

Hello,

I got to process different XML messages and post them on to the same Web Service. Different parameters will be provided by the Web Service for different XML messages (to distinguish between the messages).

But my question is where we can specify these parameters in the web Methods Developer (i.e., do we specify these parameters while implementing webservice connector or somewhere else).

Please help me crack this.

Thanks.

Alex,

“Different parameters will be provided by the Web Service for different XML messages”
These should be specified in the WSDL document.

So when you load WSDL file using webservice connector in the developer then the input/output signatures(parameters),documentTypes will be created accordingly.

So make sure these parameters exists who ever generating the WSDL file ie network owner and if webMethods acting as a webservice consumer (client)

HTH,
RMG.