Error in WSDL

Not applicable

Hello Everyone,

I'm trying to upload WSDL which was generated from SAP into Apigee. When I traced the Proxy I got 200 as status, but when I'm trying to view the output I'm getting the following output.

<error>

<user>SAPUSER01</user>

<date>20150820</date>

<time>072717</time>

<errorText> WSP Exception caught: Initial value "config key" in method INITIALIZE of </errorText> <bindingKey>D4AE52ABB7AE1ED5889CFEA19083A1B8</bindingKey> <DTObjName/> <configName/> <configType/>

</error>

Can anyone help me on this. Thanks in advance.

0 1 2,179
1 REPLY 1

Not applicable

This looks like an SAP exception to me. It probably caused because the payload the sap service is receiving is incorrect in some way.

I would check the service with soap ui and see if apigee and soapui are generating similar soap-envelopes. If not and SoapUI is working then use that as a guide to update the assignmessage that generates the body inside your proxy.

Hope this gets you started,

/geir