| | |
How to get WSDL from web services created using SOAPpy
![]() |
•
•
Join Date: Oct 2008
Posts: 2
Reputation:
Solved Threads: 0
Hi,
I am struck in a big problem. I am creating a JAVA ME application which requires to consume web services created at my server using SOAPpy. I am using netbeens for creating JAVA mobile application. Netbeans has a web services import feature from where you can simply paste WSDL address and start consuming web services.
The problem is I have no idea about the URL from where I can ask SOAPpy server to give me wsdl. like in .net we user http://domain/abc/Service.asmx?WSDL , what the equal ant for this in SOAPpy?
I am struck in a big problem. I am creating a JAVA ME application which requires to consume web services created at my server using SOAPpy. I am using netbeens for creating JAVA mobile application. Netbeans has a web services import feature from where you can simply paste WSDL address and start consuming web services.
The problem is I have no idea about the URL from where I can ask SOAPpy server to give me wsdl. like in .net we user http://domain/abc/Service.asmx?WSDL , what the equal ant for this in SOAPpy?
•
•
Join Date: Jul 2009
Posts: 1
Reputation:
Solved Threads: 0
Hi!
Yeah I'm having the same issue.
I'm porting some php code to java, where I know:
1. the ws url (http://host:9200/)
2. the method: some_method
3. the arguments: some_arguments
labtop# curl --head http://host:9200
HTTP/1.0 501 Unsupported method ('HEAD')
Server: <a href="http://pywebsvcs.sf.net">SOAPpy 0.12.0</a> (Python 2.4.4c0)
Date: Sat, 18 Jul 2009 14:26:20 GMT
Content-Type: text/html
Connection: close
so I know its a pywebservices daemon, but how do I get the WSDL?
I've tried getting ?wsdl but with no luck:
labtop# curl 'http://host:9200/?wsdl'
<head>
<title>Error response</title>
</head>
<body>
<h1>Error response</h1>
<p>Error code 501.
<p>Message: Unsupported method ('GET').
<p>Error code explanation: 501 = Server does not support this operation.
</body>
Anyone who knows where (if at all) wsdl is available through py ws?
Yeah I'm having the same issue.
I'm porting some php code to java, where I know:
1. the ws url (http://host:9200/)
2. the method: some_method
3. the arguments: some_arguments
labtop# curl --head http://host:9200
HTTP/1.0 501 Unsupported method ('HEAD')
Server: <a href="http://pywebsvcs.sf.net">SOAPpy 0.12.0</a> (Python 2.4.4c0)
Date: Sat, 18 Jul 2009 14:26:20 GMT
Content-Type: text/html
Connection: close
so I know its a pywebservices daemon, but how do I get the WSDL?
I've tried getting ?wsdl but with no luck:
labtop# curl 'http://host:9200/?wsdl'
<head>
<title>Error response</title>
</head>
<body>
<h1>Error response</h1>
<p>Error code 501.
<p>Message: Unsupported method ('GET').
<p>Error code explanation: 501 = Server does not support this operation.
</body>
Anyone who knows where (if at all) wsdl is available through py ws?
![]() |
Other Threads in the Python Forum
- Previous Thread: Prime number
- Next Thread: SetFocus() on canvas not working?
| Thread Tools | Search this Thread |
alarm ansi anydbm app assignment backend beginner binary bluetooth character cipher cmd coordinates customdialog cx-freeze data decimals development directory dynamic exe feet file float format function generator getvalue gnu graphics halp handling heads homework http ideas input ip itunes java keycontrol leftmouse line linux list lists loop maintain maze millimeter module mouse number numbers output parsing path pointer prime programming progressbar push py2exe pygame pymailer python queue random recursion recursive schedule screensaverloopinactive script slicenotation sqlite ssh statistics string strings sudokusolver text thread time tlapse tuple ubuntu unicode url urllib urllib2 variable ventrilo vigenere web webservice wikipedia write wxpython xlib xlwt





