Re: gSOAP client failing to call Apache-CXF/XFire server...

2009-09-17 Thread sbrock
> /> >> >> >> >> >> I am using gSOAP 2.6.0 to generate a client to call the getQuotes >> service. >> The >> issue I am having is that the request sent to the web service by the >> gSOAP >> client does not have the correct namespace qualifieres on the payload. As >> a >> result the Apache-CXF/XFire parser does not bind the payload to an object >> and >> the service receives an empty request. >> >> Here is the request that is sent by the gSOAP client: >> >> >> > xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"; >> xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; >> xmlns:ns1="http://api.webservice.quotews.broadridge.com/"; >> xmlns:ns2="QuoteServiceSoapBinding" >> xmlns:xsd="http://www.w3.org/2001/XMLSchema"; >> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> >> >> http://api.webservice.quotews.broadridge.com/"; >> xsi:type="ns1:getQuotes"> >> >> true >> 11101 >> StockMarketGame >> eSignal >> >> stock >> BR >> >> >> >> >> >> >> Is there a way to fix this problem by editing the WSDL? I have read >> postings on >> the web that mention editing the WSDL by hand, but I don't have a clue >> what >> to >> change to make things work. >> >> Any suggestions are greatly appreciated. >> >> Stu >> > > -- > Daniel Kulp > dk...@apache.org > http://www.dankulp.com/blog > > -- View this message in context: http://www.nabble.com/gSOAP-client-failing-to-call-Apache-CXF-XFire-server...-tp25456882p25491926.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: gSOAP client failing to call Apache-CXF/XFire server...

2009-09-15 Thread Daniel Kulp
This is actually the opposite of what Benson said. The WSDL CXF is generating is unqualified, but gSOAP seems to be sending out all the data as qualified. If you can modify the service, adding a package-info.java that specifies the schema as qualified should make the generated wsdl qualified

Re: gSOAP client failing to call Apache-CXF/XFire server...

2009-09-15 Thread Benson Margulies
t;> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> > >> name="QuoteServicePort"> > >> >> location="htt

Re: gSOAP client failing to call Apache-CXF/XFire server...

2009-09-15 Thread sbrock
gt; >> >> >> >> >> >> > location="http://206.88.41.168:8086/quoteService/services/quoteService"; >> /> >> >> >> >> >> I am using gSOAP 2.6.0 to generate a client to call the getQuotes >> service. >

Re: gSOAP client failing to call Apache-CXF/XFire server...

2009-09-15 Thread Benson Margulies
OAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"; > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; > xmlns:ns1="http://api.webservice.quotews.broadridge.com/"; > xmlns:ns2="QuoteServiceSoapBinding" > xmlns:xsd="http://www.w3.org/2001/XMLSchema"; > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> > > http://api.webservice.quotews.broadridge.com/"; > xsi:type="ns1:getQuotes"> > > true > 11101 > StockMarketGame > eSignal > > stock > BR > > > > > > > Is there a way to fix this problem by editing the WSDL? I have read > postings > on > the web that mention editing the WSDL by hand, but I don't have a clue what > to > change to make things work. > > Any suggestions are greatly appreciated. > > Stu > > -- > View this message in context: > http://www.nabble.com/gSOAP-client-failing-to-call-Apache-CXF-XFire-server...-tp25456882p25456882.html > Sent from the cxf-user mailing list archive at Nabble.com. > >

gSOAP client failing to call Apache-CXF/XFire server...

2009-09-15 Thread sbrock
BR Is there a way to fix this problem by editing the WSDL? I have read postings on the web that mention editing the WSDL by hand, but I don't have a clue what to change to make things work. Any suggestions are greatly appreciated. Stu -- View this message in context: http://www.nabble.com/gSOAP-client-failing-to-call-Apache-CXF-XFire-server...-tp25456882p25456882.html Sent from the cxf-user mailing list archive at Nabble.com.