cancel
Showing results for 
Search instead for 
Did you mean: 

WSDL: Web service error

Former Member
0 Kudos

I am a newbie to XI.

I created everything in Integration Repository/Integration Directory to send/receive BAPI_USER_GET_DETAIL through my simple web application.

Q.1 Should I use the active website to test the scenario

Q.2 What can be other issues as SOAP communication gets fail and I receive following error.

" at System.Web.Services.Protocols.SoapHttpClientProtocol.

ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)

at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)

at NarenTestSAP_11Nov.localhost.USER_DATA_MIService.USER_DATA_MI(USER_REQ_DT USER_REQ_MT)

in c:\inetpub\wwwroot\NarenTestSAP_11Nov\Web References\localhost\Reference.vb:line 44

at NarenTestSAP_11Nov.WebForm1.Button1_Click(Object sender, EventArgs e)

in c:\inetpub\wwwroot\NarenTestSAP_11Nov\WebForm1.aspx.vb:line 54 "

Thanks in advance,

Narendra.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi,

log into xi , and see message monitoring sxmb_moni for any errors in your scenarios or go to htp://server:port/rwb adapter monitoring

cheers,

naveen

Former Member
0 Kudos

I din't get you by log into XI!! How do I log into xi? And I have heard a lot about SXMB_MONI but never seen.

Can you give some more details?

Thanks,

Narendra.

Former Member
0 Kudos

hi,

you will need SAP GUI (client) to log on to Xi.

from internet explorer u can access the information

http://server:port/rwb

cheers,

naveen

Former Member
0 Kudos

i did this, but i feel that won't solve my problem.

Ok. can you tell me the four steps while Defining web service in Configuration:Integration Builder.

1. Specify the URL (What should it be?)

2. Specify the interface. This is the Interface I created in my Design. (i.e. Naren_DATA_MI ??

3. Specify the sender (What should it be.. my Website or SAP CRM system from where i need the data using the webservice!!!)

4. FINISH.

Pls guide me here. I am a newbie.

Former Member
0 Kudos

In addition to this here is the result of request i send. It gives error that "Empty HTTP request received"

What does that mean?

- <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>

Former Member
0 Kudos

hi,

take a look at this post

/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions

there are many helpful tips to start.

cheers,

naveen

Former Member
0 Kudos

I think my problem lies somewhere in design/config. My aim is to generate a proper/perfect .wsdl. Using which I can communicate with CRM system. My aim is to get details of a user when I give username from my webpage.

Thanks,

Narendra.