• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Microsoft UDDI

 
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
reply
    Bookmark Topic Watch Topic
  • New Topic