cancel
Showing results for 
Search instead for 
Did you mean: 

Web service published but not visible

Former Member
0 Kudos

Hi,

I have developed a Webservice from a WSDL file i created from a XI outbound interface following the steps given in the thread below.

/people/sap.user72/blog/2005/11/17/xi-how-to-publish-wsdl-generated-from-xi-to-uddi

In the UDDI Client i got the message that the WS has been successfully published but i am not able to view my Web Service in the WS Navigator.

What is the procedure to view a WS published using the UDDI client? is there any direct url to view the WS?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

>>In the UDDI Client i got the message that the WS has been successfully >>published but i am not able to view my Web Service in the WS Navigator.

Publishing a ws definition in UDDI doesn't mean that you will be able to see the webservice in WS Navigator. You will see webservices in WS Navigator only when you develop the webservices in Netweaver Developers studio and deploy them to the WAS.

>>What is the procedure to view a WS published using the UDDI client? is there >>any direct url to view the WS?

UDDI is just a meta data reposiotry like yello pages. it doesn't hold the actual wsdl of the webservice. You will have to put the wsdl into a share folder as mentioned in the blog and access it directly http://server:port/<share folder>wsdlname.wsdl

Cheers,

Naveen

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank You Naveen ur answers helped!

Former Member
0 Kudos

This is the url inside my WSDL:

http://cgnsap27:8000/sap/xi/engine?type=entry&version=3.0&Sender.Service=SATYAM_LSPM_BS&Interface=ht...

If i try the URL i get this :

- <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<SOAP:Header />

- <SOAP:Body>

- <SOAP:Fault xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">

<faultcode>SOAP:Client</faultcode>

<faultstring>Empty HTTP request received</faultstring>

<faultactor>http://sap.com/xi/XI/Message/30</faultactor>

- <detail>

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIProtocol</SAP:Category>

<SAP:Code area="MESSAGE">EMPTY_HTTP_REQUEST_RECEIVED</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Empty HTTP query received. No message processing possible</SAP:Stack>

</SAP:Error>

</detail>

</SOAP:Fault>

</SOAP:Body>

</SOAP:Envelope>

But what i expect is a WS in the WS Navigator as i have already published the wsdl using the UDDI client.

Former Member
0 Kudos

Hi,

You need to check it with some SOAP scenario to confirm that your Web Service is working fine.

Did you go thro the comments in the blog that you have specified. I found some useful info about your question over there.

To access the WebService the URL must be present in your wsdl itself i think.

Regards,

P.Venkat