Jump to content

talking to a java api


severndigital

Recommended Posts

I'm not sure if this should go here or in the Java forum, if it needs to be moved, please feel free.

 

I am trying to connect to a java based application on our server. They company has provided me with documentation referencing the API functions and what not.

 

But no one can give me a clear answer on how to use those API functions within PHP.

 

Can someone here at least give me a basic "concept" as to how I can / should be able to interface with the API ... or am I trying to do something that is not possible?

 

thanks in advance.

-C

 

 

Link to comment
https://forums.phpfreaks.com/topic/164914-talking-to-a-java-api/
Share on other sites

after a bit of research, it looks like the pecl java extensions do not exist anymore, or at least they don't show up in any pecl search (both on the website and the command line)

 

I understand that it is possible to create a "bridge" using SOAP, but I can't seem to find any real information on the subject.

 

the article I could find on the subject

http://rwatsh.blogspot.com/2007/03/integrating-java-and-php-web-services.html

 

suggests a link using the WSDL and a soap connection.

I am looking into the availability of a WSDL for the software we are using, but as of right now, i don't believe one exists.

 

Any suggestions??

 

Thanks again.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.