cjcable
08-20-2003, 13:46
I've created a simple "Hello World" web service from VB .NET. It takes in a string and returns "Hello"&String. When running the service from .NET , it works fine.
I used the WSDL file to generate a web service connector in wM 4.6. When I invoke the helloWorld wM service, it does not return the Hello&String value. It returns the original value.
Also, this is actually pretty cool, if I leave the .NET web service running with a breakpoint, and invoke the wM service, it will step into my .NET web service code. From there I see the input value is Nothing.
Some things I've noticed: The generated wM service inokes the soapHTTP service, but most samples I see use soapRPC. Also, in the IS command window, I see this message: "000438 [B2BCORE.0050.0004] Copy failed: (Simple) No source data available: to=/
HelloWorldResult(0), from=/soapBody(0)/HelloWorldResult(0)"
Any help is much appreciated
Thanks!
Cort
I will attach the WSDL file in case anyone is interested:
I used the WSDL file to generate a web service connector in wM 4.6. When I invoke the helloWorld wM service, it does not return the Hello&String value. It returns the original value.
Also, this is actually pretty cool, if I leave the .NET web service running with a breakpoint, and invoke the wM service, it will step into my .NET web service code. From there I see the input value is Nothing.
Some things I've noticed: The generated wM service inokes the soapHTTP service, but most samples I see use soapRPC. Also, in the IS command window, I see this message: "000438 [B2BCORE.0050.0004] Copy failed: (Simple) No source data available: to=/
HelloWorldResult(0), from=/soapBody(0)/HelloWorldResult(0)"
Any help is much appreciated
Thanks!
Cort
I will attach the WSDL file in case anyone is interested: