cannot access the site from here..could you post the WSDL? Thanks/ Martin ______________________________________________ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission.
> Date: Sat, 6 Dec 2008 15:04:13 +0300 > From: [EMAIL PROTECTED] > To: [email protected] > Subject: Re: Transport error: 405 Error: Method not allowed > > Yes I forget, its here: > > > ************* > HTTP/1.1 200 OK > Content-Type: text/xml; charset=utf-8 > Content-Length: length > > <?xml version="1.0" encoding="utf-8"?> > <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> > <soap:Body> > <GetSubscribersListResponse > xmlns="http://IPCC/SUBSCRIBER_DETAIL_PKGws.wsdl"> > <GetSubscribersListResult> > <string>string</string> > <string>string</string> > </GetSubscribersListResult> > </GetSubscribersListResponse> > </soap:Body> > </soap:Envelope> > ************* > > On 12/5/08, keith chapman <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Could you post the response as well. I guess u forgot to post it. I fixed an > > issue similar to this on the trunk, could confirm if u post the response. > > > > Thanks, > > Keith. > > > > On Thu, Dec 4, 2008 at 8:26 PM, Vikrama Sanjeeva > > <[EMAIL PROTECTED]>wrote: > > > >> > >> Hi list, > >> > >> I have created consumer stuff using axis2 WSDL2java and while trying > >> to > >> consume web service (running at .NET server), I get following exception: > >> > >> *************************** > >> > >> org.apache.axis2.AxisFault: Transport error: 405 Error: Method not allowed > >> > >> at org.apache.axis2.transport.http.HTTPSender.handleResponse( > >> *HTTPSender.java:296*) > >> > >> at org.apache.axis2.transport.http.HTTPSender.sendViaPost( > >> *HTTPSender.java:190*) > >> **************************** > >> > >> > >> here is the SOAP request/response: > >> > >> > >> *************************** > >> POST /service/SUBS.asmx HTTP/1.1 > >> Host: xx.1xx.1xx.xx > >> Content-Type: text/xml; charset=utf-8 > >> Content-Length: length > >> SOAPAction: > >> "http://IPCC/SUBS.wsdl/GetSubscribersList<http://ipcc/SUBS.wsdl/GetSubscribersList> > >> " > >> <?xml version="1.0" encoding="utf-8"?> > >> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > >> xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap=" > >> http://schemas.xmlsoap.org/soap/envelope/"> > >> <soap:Body> > >> <GetSubscribersList > >> xmlns="http://IPCC/SUBS.wsdl<http://ipcc/SUBS.wsdl> > >> "> > >> <stringMobileNumber>string</stringMobileNumber> > >> </GetSubscribersList> > >> </soap:Body> > >> </soap:Envelope> > >> ****************************** > >> > >> I also tried settings options property to both GET/POST: > >> > >> options.setProperty(Constants.Configuration. > >> *HTTP_METHOD*,HTTPConstants.*HTTP_METHOD_POST*); > >> > >> Bye, > >> > >> Viki, > >> > >> > > > > > > -- > > Keith Chapman > > Senior Software Engineer > > WSO2 Inc. > > Oxygenating the Web Service Platform. > > http://wso2.org/ > > > > blog: http://www.keith-chapman.org > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > _________________________________________________________________ Send e-mail faster without improving your typing skills. http://windowslive.com/Explore/hotmail?ocid=TXT_TAGLM_WL_hotmail_acq_speed_122008
