wsdl throwing an error while Consuming On 7.1.2

Hi All,

Our Partner supplied one wsdl URL ,When I tried to consume from WM 7.1.2 it’s throwing an error.

Error:

com.wm.app.b2b.server.ServiceException: [ISS.0092.9001] Server Error: [ISC.0082.9705] Definition not found [null]
[ISC.0082.9705] Definition not found [null]
[ISC.0082.9705] Definition not found [null]
[ISC.0082.9705] Definition not found [null]

I am able to consume from SOAPUI though it’s failing while running the request.

SOAP UI error:

<env:Envelope xmlns:env=“[URL]http://schemas.xmlsoap.org/soap/envelope/[/URL]”>
env:Header/
env:Body
<env:Fault xmlns:wsse=“[URL]http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd[/URL]”>
wsse:InvalidSecurity
Missing wsse:Security in SOAP Header

</env:Fault>
</env:Body>
</env:Envelope>

Could you tell me do I missing anything to consume .

I really appreciate help and reply

Thanks,
Raj

Thas because the remote service requires Ws-Security.

Refer to [url]http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/wmsuite8_ga/Developer/Guides/8-0-SP1_Web_Services_Developers_Guide.pdf[/url] page 17.

DevNull,

Does I need change any setting at IS level? If so please help me out how to do.

I really appreciate your help and time.

Raju

Hi All,

I added consume policy user name WS handler for WSDL descriptor , now It’s not returning any fault code ., but same time I am not getting the Response.

Thanks,

Raj

Thanks All for watching my Issue.

I renamed the Input signature field …as we have the issue with the XSD singature at Provider side.

Now webService is working and getting result from PROVIDER.

Raj