cancel
Showing results for 
Search instead for 
Did you mean: 

WebService from VC doesn't work

Former Member
0 Kudos

Hello,

Web Service tested with [WS navigator|http://img525.imageshack.us/img525/7913/wsshipmentsy5.jpg] works well but not when testing from VC design time or at runtime.

At runtime, the screen goes blank after calling the web service. On checking the log, I noticed that the updateShipment structure doesn't have the names of the 2 inputfields:(invoicetext and shipmenttext)

#1.5 #000FFE725EC2004100000D8B00000C880079B41AF1BFF0AB#1211792567358#/Applications/wd4vc#sap.com/temp~sms_impl#com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.getFunctionName: #dharmi.tanna#3331##NTHVSPRODIN16_PCD_3425650#Guest#8574ab002af611dd8084000ffe725ec2#HTTP Worker [3]##0#0#Info#1#com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent#Plain###The Webservice Operation name is ShipmentBean.updateShipment#

#1.5 #000FFE725EC2004100000D8C00000C880079B41AF1BFF0AB#1211792567358#/Applications/wd4vc#sap.com/temp~sms_impl#com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent.fillInput: #dharmi.tanna#3331##NTHVSPRODIN16_PCD_3425650#Guest#8574ab002af611dd8084000ffe725ec2#HTTP Worker [3]##0#0#Info#1#com.sap.tc.webdynpro.progmodel.generation.DelegatingComponent#Plain###Complete Input structure: {companyId=SCHELDETEST, userId=dharmi.tanna, shipmentId=2000200, updateShipment=[test

[CRLF]regel2

[CRLF]regel 3

[CRLF]][testfdhj

[CRLF]regel 2

[CRLF]]}#

What is going wrong here? I also tried to test it with other tools like strike Iron, it works but not from VC!!!

Best regards,

Dharmi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

1. It is not clear to me if the missing fields are missing from the model defintion or from the SOAP request?

2. What is the VC version you are using?

3. I suggest to raise the trace level of the web services connector to: "All" using the NWA log configuration (location: "com.sap.portal.connectors.WebServices") -> reproduce => check the java default trace errors

Best Regards,

Ran

Former Member
0 Kudos

Hi Ran,

Thank you for your interest.

1. Earlier, I thought that the fields are missing from the SOAP request, but actually the node for that was named duplicate

2. VC version is 7.1 SP05

3. Problem is solved with the change of the node name in Web services.

Best regards,

Dharmi

Former Member
0 Kudos

Both the nodes seem to have same name, which was complained only by VC!!!