Webservice problem

Reyes Diaz, Damian Damian.Reyes at getronics.com
Mon Jan 30 10:21:09 EST 2006


Hi,
 
I've a problem with my sap business workflow definition.
I try to use a webservice created in Java and defined by a WSDL. I execute WFWS transaction (WSDL import) but something is wrong because it's not recognized. I try with google service and WFWS recognizes it well but not when I try my own WSDL file.
I don't know why. This is my WSDL (very simply):
 
<?xml version="1.0" encoding="utf-8"?>
<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="PruebaJDBCWsd" targetNamespace="urn:PruebaJDBCWsd" xmlns:bns0="urn:PruebaJDBCWsd/ConfigPruebaJDBC/document" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
  <wsdl:import location="http://aldp4.es.heiway.net:50000/PruebaJDBC/ConfigPruebaJDBC/bindings?wsdl&amp;style=document" namespace="urn:PruebaJDBCWsd/ConfigPruebaJDBC/document"/>
  <wsdl:service name="PruebaJDBC">
    <wsdl:port name="ConfigPruebaJDBCPort_Document" binding="bns0:ConfigPruebaJDBCBinding">
      <soap:address location="http://aldp4.es.heiway.net:50000/PruebaJDBC/ConfigPruebaJDBC?style=document"/>
    </wsdl:port>
  </wsdl:service>
</wsdl:definitions>

Can anybody help me? Please, this is important.
Thanks in advance
 
 
 
 




More information about the SAP-WUG mailing list