cancel
Showing results for 
Search instead for 
Did you mean: 

No message send to WebService

Former Member
0 Kudos

Hi, well i have JMS Message which should be send to WebService.

I configured everything like given in several blog's but the message isn't going through to WS. XI-Moni says everythings fine but...

Here is my CC-Config:

http://host:port/path/Config1?style=document

Proxy is given

SOAP-Action is empty because in wsdl it's empty.

Info: I changed the Interfaces because the WebService changed, nevertheless everything is still of the same kind. I also refreshed all objects, did the mapping's new etc, nothing worked.

In Monitor the outbound-message is confirmed as successful while the Inbound is in status waiting....

can somebody help?!

br

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

HI,

Check the WSDL again as what i can see from here is that the SOAP URL is not going to any particular method. Is this the same URL that you find in SOAP:address location="" of the WSDL? Also when you said you are calling teh webservice externally, is this the same URL that you are calling? SOAP action can be empty.

Check the error in the adapter audit log. That might tell in detail why is it not sending...

Award if helpful,

Sarath.

Former Member
0 Kudos

Well when i put the target URL of the CC in browser the URL seems to point to the WebService!

Where to see or how to configure to call a particular method?!

br