| Author |
Microsoft UDDI
|
Sandeep Advani
Ranch Hand
Joined: Mar 11, 2004
Posts: 78
|
|
Hi, I am trying to connect to the Microsoft UDDI with my SOAP request as ------------ POST /inquire HTTP/1.0 Host: uddi.microsoft.com User-Agent: Grid/uddi Content-Type: text/xml; charset=utf-8 Content-Length: 390 SOAPAction: '' Connection: Close <?xml version='1.0' encoding='UTF-8'?> <xmlns:xsi='http://www.w3.org/1999/XMLSchema-instance' xmlns:xsd='http://www.w3.org/1999/XMLSchema'> <SOAP-ENV:Envelope xmlns='http://schemas.xmlsoap.org/soap/envelope/'> <SOAP-ENV:Body> <find_business xmlns='urn:uddi-org:api' generic='1.0' maxRows='100'> <findQualifiers /> <name>weather</name> </find_business> </SOAP-ENV:Body> </SOAP-ENV:Envelope> ------------ Response is "recv() error". Any help/suggestion/feedback would be highly appreciated. Sandeep
|
 |
 |
|
|
subject: Microsoft UDDI
|
|
|