Am Montag, den 10.09.2007, 18:48 -0500 schrieb Gamble, Wesley (WG10):
> I am starting to think that this is an interoperability issue with a M
> $
> "ASMX" style Web service.
>
> Do I need to look into using WCF to talk to it?
>
Sorry, I don't know Microsoft's products.
<snip/>
> However, it appears that my Java client (which is using this local WSDL)
> is not proxying the request through the WSMonitor. In my log file, I
> see (notice the refs. to localhost:4040):
>
I'm not sure why you think your client is *not* proxying the
request--the very fact that it's going to localhost:4040 would indicate
that it is doing that, no?
Glen
> FINE: set requestContext to message be{RequestMethod=public abstract
> com.channeladvisor.api.webservices.APIResultOfString
> com.channeladvisor.api.webservices.InventoryServiceSoap.ping(),
> javax.xml.ws.service.endpoint.address=http://localhost:4040/ChannelAdvis
> orAPI/v1/InventoryService.asmx, java.lang.reflect.Method=public abstract
> com.channeladvisor.api.webservices.APIResultOfString
> com.channeladvisor.api.webservices.InventoryServiceSoap.ping(),
> org.apache.cxf.jaxws.context.WrappedMessageContext.SCOPES={javax.xml.ws.
> service.endpoint.address=APPLICATION},
> org.apache.cxf.message.Message.ENDPOINT_ADDRESS=http://localhost:4040/Ch
> annelAdvisorAPI/v1/InventoryService.asmx}
>
> Any idea what am I doing wrong?
>
> Thanks,
> Wes
>