Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (1)
- <Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
- <Body>
- <helloWorld xmlns="http://www.soapware.org/"/>
- </Body>
- </Envelope>
- (2)
- <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
- <SOAP:Body>
- <m:helloWorld xmlns:m="http://www.soapware.org/"/>
- </SOAP:Body>
- </SOAP:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement